Gets the time at which the job is scheduled to run next.
__property VARIANT* NextStart;
VARIANT* NextStart;
Property NextStart() As VARIANT*
If the job is not scheduled to run (e.g., it has no triggers or is held), the NextStart will be Nothing (a Variant of type VT_NULL). Also, if the next start is more than approximately 2 years in the future, the NextStart will be Nothing, as adTempus does not search past about 2 years when calculating the next start.
The date/time is the local time on the server (not UTC).
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|